Password endpoints
AssignStaticPassword
AssignStaticPassword(System.String,System.String,System.Boolean,System.DateTime,System.String)
Assigns a static password to a user.
Parameters
Param: userName: User to assign the password to
Param: staticPassword: The static password
Param: changeOnFirstUse: True if the user is required to change the password the first time they authenticate
Param: revokeDate: Date that the static password will no longer work.
Param: organization: Account
Returns
True if assigning the password has succeeded
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
GetPasswordPolicy
GetPasswordPolicy(System.String)
Return the static password policy
Parameter
Param: organization: Account
Returns
- PasswordPolicy for the account
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Request:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
RevokeStaticPassword
RevokeStaticPassword(System.String,System.String)
Revokes a user's static password
Parameters
Param: userName: User to revoke the password of
Param: organization: Account
Returns
True if password revoked
SOAP 1.1 sample
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
SOAP 1.2 sample
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP GET sample
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
Request:
Response:
HTTP POST sample
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
Request:
Response: